home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
Systeme
/
whocrashed
/
whocrashedSetup.exe
/
{app}
/
WhoCrashedEx.exe
/
0
/
RCDATA
/
TCRASHDUMPTESTFORM
/
TCRASHDUMPTESTFORM.txt
Wrap
Text File
|
2012-11-05
|
3KB
|
157 lines
object CrashDumpTestForm: TCrashDumpTestForm
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Crash Dump Test'
ClientHeight = 391
ClientWidth = 554
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnDblClick = FormDblClick
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object LabelImplications: TLabel
Left = 8
Top = 300
Width = 532
Height = 13
Caption =
'Type ACCEPT here in captials to indicate you have read the messa' +
'ge above and understand the implications. '
end
object Label1: TLabel
Left = 8
Top = 165
Width = 78
Height = 13
Caption = 'Bug check code:'
end
object Label2: TLabel
Left = 8
Top = 197
Width = 63
Height = 13
Caption = 'Parameter 1:'
end
object Label3: TLabel
Left = 160
Top = 197
Width = 63
Height = 13
Caption = 'Parameter 2:'
end
object Label5: TLabel
Left = 8
Top = 244
Width = 531
Height = 26
Caption =
'You can choose your own values for Parameter 1 and Parameter 2. ' +
'Parameter 3 and 4 are reserved for use by WhoCrashed. '
WordWrap = True
end
object spinEditParm1: TSpinEdit
Left = 8
Top = 216
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 0
end
object SpinEditParm2: TSpinEdit
Left = 160
Top = 216
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
object ButtonCrash: TButton
Left = 95
Top = 360
Width = 81
Height = 25
Caption = 'Crash!'
Enabled = False
TabOrder = 2
OnClick = ButtonCrashClick
end
object Button2: TButton
Left = 8
Top = 360
Width = 81
Height = 25
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 3
OnClick = Button2Click
end
object EditAccept: TEdit
Left = 8
Top = 319
Width = 121
Height = 21
MaxLength = 6
TabOrder = 4
OnChange = EditAcceptChange
end
object memoCrashDumpTest: TMemo
Left = 8
Top = 8
Width = 539
Height = 137
BevelInner = bvSpace
BevelOuter = bvRaised
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Lines.Strings = (
'memoCrashDumpTest')
ParentFont = False
ReadOnly = True
TabOrder = 5
OnEnter = memoCrashDumpTestEnter
end
object buttonHelp: TButton
Left = 466
Top = 363
Width = 81
Height = 25
Caption = '&Help'
ImageAlignment = iaRight
ImageIndex = 9
ImageMargins.Right = 10
Images = MainForm.ImageListMenu
ModalResult = 9
TabOrder = 6
OnClick = buttonHelpClick
end
object Edit1: TEdit
Left = 160
Top = 162
Width = 387
Height = 21
Enabled = False
MaxLength = 6
TabOrder = 7
Text = '0xDEADDEAD (MANUALLY_INITIATED_CRASH1)'
OnChange = EditAcceptChange
end
end